home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 01145.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  143 b   |  9 lines

  1. on mouseUp
  2.   global s, drums
  3.   puppetTransition(9, 4, 6, 0)
  4.   set s to random(26)
  5.   mixdown()
  6.   do("sel" & s & EMPTY)
  7.   play frame "start"
  8. end
  9.